home *** CD-ROM | disk | FTP | other *** search
- gPreviewHeight = 300;
- gPreviewWidth = 500;
- gSliderMinimumWidth = 106;
- gSliderMinimumHeight = 30;
- gGapWidth = 125;
- dialog(name: '$$$/Dialogs/ExtractImagesDialog', target_id: 'tefr')
- {
- view(align_children: align_left)
- {
- view(align_children: align_left)
- {
- view(align_children: align_row)
- {
- cluster(name: '$$$/Dialogs/ExtractImagesDialog/PickerTitle', align_children: align_left)
- {
- view(align_children: align_left)
- {
- list_box(item_id: 'pick', width: gPreviewWidth, height: gPreviewHeight);
- }
- view(align_children: align_row, width: gPreviewWidth)
- {
- button(item_id: 'slal', name: '$$$/Dialogs/ImagePicker/SelectAll', picture: false, alignment: align_left);
- button(item_id: 'clal', name: '$$$/Dialogs/ImagePicker/ClearAll', picture: false, alignment: align_left);
- gap(width: gGapWidth);
- picture(item_id: 'slmn', width: 11, height: 9);
- slider(item_id: 'slid', width: gSliderMinimumWidth, height: gSliderMinimumHeight, align: align_right);
- picture(item_id: 'slmx', width: 18, height: 14);
- }
- }
- group(name: '$$$/Dialogs/ExtractImagesDialog/ImageOptionsGroup', align_children: align_left, width: 150, height: gPreviewHeight + 72)
- {
- view(align_children: align_left)
- {
- cluster(name: '$$$/Dialogs/ExtractImagesDialog/ChooseDirectory', align_children: align_left, width: 130)
- {
- edit_text(item_id: 'drnm', width: 140, readonly: true );
- button(item_id: 'brse', name: '$$$/Dialogs/ExtractImagesDialog/Browse', picture: false);
- }
- cluster(name: '$$$/Dialogs/ExtractImagesDialog/DefaultName', align_children: align_left, width: 130)
- {
- view(align_children: align_left)
- {
- radio(item_id: 'ornm', name: '$$$/Dialogs/ExtractImagesDialog/OriginalName');
- radio(item_id: 'nwnm', name: '$$$/Dialogs/ExtractImagesDialog/NewName');
- gap(height: 1);
- edit_text(item_id: 'dfnm', width: 140);
- }
- }
- group(height:100)
- {
- }
- }
- }
- }
- }
- view(align_children: align_row, width: gPreviewWidth + 150 + + 4 * gMarginWidth)
- {
- ok_cancel(ok_name: '$$$/Dialogs/ExtractImagesDialog/Export', alignment: align_right);
- }
- }
- }
-